home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / util / wb / confix11.lha / ConfiX_V1.1 / Install < prev    next >
Encoding:
Text File  |  1998-03-29  |  1004 b   |  36 lines

  1. failat 21
  2. echo "Welcome to the ConfiX-installer ! / Willkommen zum ConfiX-Installationsprogramm !"
  3. echo ""
  4. echo ""
  5. echo "Install which version to C: ? / Welche Version nach C: installieren ?"
  6. echo ""
  7. ask "English version (Y)es/(N)o ?: "
  8. if warn
  9.    echo ""
  10.    echo ""
  11.    echo "Now installing english version to C:"
  12.    copy BackupConfig C: quiet
  13.    copy BackupConfig.info C: quiet
  14.    copy RestoreConfig C: quiet
  15.    copy RestoreConfig.info C: quiet
  16.    echo ""
  17.    echo "English version can be found in C:"
  18.    echo "Installation finished !"
  19. else
  20.    ask "Deutsche Version (Y)a/(N)ein ?: "
  21.    if warn
  22.       echo ""
  23.       echo ""
  24.       echo "Installiere deutsche Version in C:"
  25.       copy KonfigSichern C: quiet
  26.       copy KonfigSichern.info C: quiet
  27.       copy KonfigHerstellen C: quiet
  28.       copy KonfigHerstellen.info C: quiet
  29.       echo ""
  30.       echo "Deutsche Version befindet sich nun in C:"
  31.       echo "Installation beendet !"
  32.    else
  33.       echo "OK, see you later !  /  Dann bis später !"
  34.    endif
  35. endif
  36.